home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9266 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help creating dir's in C
  5. Date: 8 Mar 96 15:46:14 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.826299974@rscernix>
  8. References: <4hlvu4$2hc@news.voicenet.com>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <4hlvu4$2hc@news.voicenet.com> The Hermit <deaton@cygnus.rsabbs.com> writes:
  13.  
  14. > Please help me! I'm really stuck on this program that I'm writing in C/C++. I using Borland's Turbo C/C++ compiler 3.0 for DOS.
  15. >What I need to know how to do is create and remove DOS directories WITHIN the C program. I've even tried using inline ASM routines
  16. >and calling BIOS interrupts, but I'm not too keen on ASM and I crashed my PC. :) Any replies are appreciated...
  17.  
  18. You can't create directories in C (the language doesn't support the
  19. concept of directory).  For Borland specific solutions please go to
  20. comp.os.msdos.programmer.
  21.  
  22. P.S. Please avoid lines longer than ~75 characters.  They look horrible
  23.      on normal terminals.
  24.  
  25. Dan
  26. --
  27. Dan Pop
  28. CERN, CN Division
  29. Email: danpop@mail.cern.ch 
  30. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  31.